# GENERATED BY: test/upgrade/example_warns_about_major_versions_test.dart

## Section 0
$ pub upgrade --null-safety --example
[STDERR] The `--null-safety` flag is no longer supported.
[STDERR] Consider using the Dart 2.19 sdk to migrate to null safety.
[EXIT CODE] 65

-------------------------------- END OF OUTPUT ---------------------------------

## Section 1
$ pub upgrade --null-safety --directory example
[STDERR] The `--null-safety` flag is no longer supported.
[STDERR] Consider using the Dart 2.19 sdk to migrate to null safety.
[EXIT CODE] 65

